home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 109 / Ultra Gameplayers 109.iso / pc / media / new_ugp.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  154 b   |  8 lines

  1. on mouseUp
  2.   if the platform contains "Macintosh" then
  3.     open("ULTRAGP:Try Before You Buy:Macstore")
  4.   else
  5.     open("tryb4uby\store.exe")
  6.   end if
  7. end
  8.